How to switch GMR files by Chronic
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Alot of people were asking how to do this so i decided to try and figured it out real quick

        ****************************************************
        *** THIS WILL NOT WORK IF YOU RUN IT UN-COMPILED ***
        ****************************************************

1) Load PART1 still loaded click FILE > CREATE STAND-ALONE and create the game

2) now load PART2 and do the same but to a different place.

3) now enter the directory you compiled PART2 to and rename GAME.GMR to GAME2.GMR

4) move GAME2.GMR to where you compiled PART1

5) rename the EXE file to RUNNER.EXE and then launch RUNNER.EXE

6) this will load PART1 (game.gmr)

7) next follow on screen instrucions.

How it works
~~~~~~~~~~~~

Open PART1 in Game Maker and take a look at the script in the LEFT CLICK EVENT

it checks if another file is there called "GAME2.GMR" if its found will load it using RUNNER.EXE because Game Maker renames the RUNNER to what ever you call you game.. you'll need to rename it back or change the file it loads (change runner.exe in code)



